home *** CD-ROM | disk | FTP | other *** search
- // Demo1Dlg.h -- application class
- // Created 01/01/95 12:01 PM by AppMaker
-
-
- #ifndef __AFXWIN_H__
- #error Need STDAFX.H to be included first for precompiled headers
- #endif
-
- #include "resource.h" // main symbols
-
- //
- // class CDemo1DlgApp
- //
-
- class CDemo1DlgApp : public CWinApp
- {
- public:
- CDemo1DlgApp();
-
- // Overrides
- virtual BOOL InitInstance();
-
- // Message maps
- protected:
- DECLARE_MESSAGE_MAP()
-
- //{{AFX_MSG(CDemo1DlgApp)
- // Handlers within the section marked by {{AFX_MSG and }}AFX_MSG
- // are maintained by ClassExpress.
- afx_msg void OnAbout();
- //}}AFX_MSG
- };
-
- // VB-Event extern declarations
-
- //{{AFX_VBX_REGISTER()
- //}}AFX_VBX_REGISTER
-